home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_distribute_object.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  643 b   |  24 lines

  1. // 13-Apr-01 $$1 TWH Created
  2. // 20-Jul-01 $$2 TWH Fix ora libpath, ORA_NLS
  3. // 19-Sep-01 $$3 TWH Add hp
  4. // 25-Sep-01 $$4 TWH Fix typo #3
  5. // 12-Nov-01 $$5 TWH Set ORA_NLS33 to ORACLE817
  6. #include:head.inc
  7.  
  8. #include:shlib.inc
  9.  
  10. #include:ora8_shlib.inc
  11.  
  12. setenv PDM_ORA_APPL intralink
  13. setenv PDM_ORACLE_SERVER intralink
  14. setenv TNS_ADMIN $prodir
  15. setenv ORA_NLS33 $prodir/$mc/obj/ORACLE817/ocommon/nls/admin/data
  16.  
  17. setenv PRO_COMM_MSG_EXE $prodir/$mc/obj/pro_comm_msg
  18.  
  19. if ($mc == sun4_solaris || $mc =~ hp* ) then
  20.   $prodir/$mc/obj/distribute_object $*
  21. else
  22.   echo "The executable distribute_object is supported only for SUN, HP and NT platforms"
  23. endif
  24.